Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with searching for files on ESGF #1863

Merged
merged 2 commits into from
Jan 16, 2023
Merged

Conversation

bouweandela
Copy link
Member

@bouweandela bouweandela commented Dec 9, 2022

Description

Closes #1861
Closes #1862


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.


To help with the number pull requests:

@bouweandela bouweandela added bug Something isn't working api Notebook API labels Dec 9, 2022
@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Merging #1863 (e2818c8) into main (2e657fe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1863   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files         209      209           
  Lines       11340    11342    +2     
=======================================
+ Hits        10378    10380    +2     
  Misses        962      962           
Impacted Files Coverage Δ
esmvalcore/esgf/_download.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bouweandela bouweandela marked this pull request as ready for review December 9, 2022 19:43
@bouweandela bouweandela added this to the v2.8.0 milestone Dec 13, 2022
facets[key] = values[idx]
else:
logger.debug("Wrong dataset_id_template_ %s for dataset %s",
template, dataset_id)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I should do something smarter here..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Continued in #1920

Copy link
Contributor

@valeriupredoi valeriupredoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks good to me @bouweandela - unless you want to do something smarter in there where you say that?

@bouweandela
Copy link
Member Author

Thanks @valeriupredoi! Let's get this merged and I'll make a new pull request to do something smarter ;-)

@schlunma schlunma merged commit 69a284d into main Jan 16, 2023
@schlunma schlunma deleted the fix-esgf-find-files-issues branch January 16, 2023 10:46
@schlunma
Copy link
Contributor

Thanks 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Notebook API bug Something isn't working
Projects
None yet
3 participants